func google.golang.org/grpc.chainUnaryInterceptors

2 uses

	google.golang.org/grpc (current package)
		server.go#L1226: 		chainedInt = chainUnaryInterceptors(interceptors)
		server.go#L1232: func chainUnaryInterceptors(interceptors []UnaryServerInterceptor) UnaryServerInterceptor {